animate

@NonNull
open fun animate(@NonNull view: @NonNull View): @NonNull ViewPropertyAnimatorCompat(source)

Deprecated

Call animate directly.

This method returns a ViewPropertyAnimator object, which can be used to animate specific properties on this View.

Return

ViewPropertyAnimator The ViewPropertyAnimator associated with this View.